From: Matthias Clasen Date: Thu, 26 May 2016 17:21:50 +0000 (-0400) Subject: Teach gtk-builder-tool to leave GtkDialog::border-width alone X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~1688 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=73a47181fa66b213de85dfeab81af485b841a9a2;p=gtk%2B3.0.git Teach gtk-builder-tool to leave GtkDialog::border-width alone This is one of the properties that need to be explicitly set. --- diff --git a/gtk/gtk-builder-tool.c b/gtk/gtk-builder-tool.c index 63bcc7f987..24171abce6 100644 --- a/gtk/gtk-builder-tool.c +++ b/gtk/gtk-builder-tool.c @@ -186,6 +186,7 @@ needs_explicit_setting (MyParserData *data, { "GtkCalendar", "year", 0 }, { "GtkCalendar", "month", 0 }, { "GtkCalendar", "day", 0 }, + { "GtkDialog", "border-width", 0 }, { "GtkPlacesSidebar", "show-desktop", 0 }, { "GtkRadioButton", "draw-indicator", 0 }, { "GtkGrid", "left-attach", 1 },